home *** CD-ROM | disk | FTP | other *** search
/ Power CD / Power CD ATARI-Rechner Lieben.iso / FALCON / CLOE / CHECKER.DAT < prev    next >
Encoding:
Text File  |  1992-12-05  |  2.5 KB  |  140 lines

  1. // Checker.dat
  2. // 
  3. // For CLOE v1.0
  4. // Copyright (c) 1992 Pierre.E Gougelet
  5. //
  6. // Different methods to make checker
  7. //
  8.  
  9. #COLOUR White                            {1.0 1.0 1.0}
  10. #COLOUR Red                                {1.0 0.0 0.0}
  11. #COLOUR Green                            {0.0 1.0 0.0}
  12. #COLOUR Blue                             {0.0 0.0 1.0}
  13. #COLOUR Yellow                         {1.0 1.0 0.0}
  14. #COLOUR Cyan                             {0.0 1.0 1.0}
  15. #COLOUR Magenta                        {1.0 0.0 1.0}
  16. #COLOUR Black                            {0.0 0.0 0.0}
  17.  
  18. #scene
  19.   width     100
  20.   height     100
  21.   location  {0 0 -200}
  22.   lookat     {0 0 0}
  23.   up        {0 1 0}
  24.   angle     20
  25. #end
  26.  
  27. #light
  28.   PONCTUELLE
  29.   location  {-100 -500 -1000}
  30.   colour    White
  31. #end
  32.  
  33. #light
  34.   PONCTUELLE
  35.   location  {5 5 -1000}
  36.   colour    White
  37. #end
  38.  
  39. #object
  40.   #sphere
  41.     center    {-40 -30 0}
  42.     radius    30
  43.   #end
  44.   #surface
  45.     colour    Blue
  46.     ambient   0.15
  47.     diffuse   0.4
  48.     specular  0.6
  49.     shine     20
  50.     #texture
  51.       CHECKER
  52.       scale     {10 1000000 15}
  53.       rotate    {90 0 0}
  54.       colour    Yellow
  55.       colour    Blue
  56.     #end
  57.   #end
  58. #end
  59.  
  60. #texture Texture1
  61.   MARBLE
  62.   turbulence  1.0
  63.   scale       {3 3 3}
  64.   cmap        0.0 {0.8 0.8 0.6}   0.8 {0.8 0.4 0.4}
  65.   cmap        0.8 {0.8 0.4 0.4} 1.001 {0.8 0.2 0.2}
  66. #end
  67.  
  68. #texture Texture2
  69.   BOZO
  70.   turbulence  0.3
  71.   scale       {3 3 3}
  72.   rotate      {-90 45 0}
  73.   cmap        0.0 White 0.4 White
  74.   cmap        0.4 Green 0.6 Green
  75.   cmap        0.6 Blue 0.8 Blue
  76.   cmap        0.8 Red 1.001 Red
  77. #end
  78.  
  79. #object
  80.   #sphere
  81.     center    {40 -30 0}
  82.     radius    30
  83.   #end
  84.   #surface
  85.     colour    White
  86.     ambient   0.15
  87.     diffuse   0.4
  88.     specular  0.6
  89.     shine     20
  90.     #texture
  91.       CHECKER
  92.       scale     {10 100000 15}
  93.       rotate    {90 0 0}
  94.       Texture1
  95.       Texture2
  96.     #end
  97.   #end
  98. #end
  99.  
  100. #object
  101.   #sphere
  102.     center    {0 -5 -60}
  103.     radius    25
  104.   #end
  105.   #surface
  106.     colour    White
  107.     ambient   0.15
  108.     diffuse   0.4
  109.     specular  0.6
  110.     shine     20
  111.     colour    Red
  112.     #pattern
  113.       scale  {15 15}
  114.       spherical_mapping
  115.       #rectangle
  116.         size      {0 0 .5 .5}
  117.         #surface
  118.           ambient     0.15
  119.           diffuse     0.4
  120.           specular    0.6
  121.           shine       20
  122.           refraction  1.0
  123.           ior         1.0
  124.         #end
  125.       #end
  126.       #rectangle
  127.         size      {.5 .5 1. 1.}
  128.         #surface
  129.           ambient     0.15
  130.           diffuse     0.4
  131.           specular    0.6
  132.           shine       20
  133.           refraction  1.0
  134.           ior         1.0
  135.         #end
  136.       #end
  137.     #end
  138.   #end
  139. #end
  140.